Run the build-time tests under X11 for now
authorSimon McVittie <smcv@debian.org>
Sun, 9 Aug 2020 10:02:54 +0000 (11:02 +0100)
committerSimon McVittie <smcv@debian.org>
Sun, 9 Aug 2020 10:02:54 +0000 (11:02 +0100)
We don't have an equivalent of xvfb-run for Wayland yet.

debian/rules

index c3882c7a85b4f411c58fc88851f1b043bbe1554f..34d08573fac38b0fcc446b6a592b291ebb560437 100755 (executable)
@@ -188,6 +188,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
                --no-parallel \
                --builddirectory=debian/build/deb \
                -- \
+               --setup=x11 \
                || true
 endif